home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / miscgiskit / MiscMathCoord.h < prev    next >
Encoding:
Text File  |  1995-07-08  |  706 b   |  29 lines

  1. /*=========================== MiscMathCoord.h ===============================*/
  2. /* MiscMathCoord is an abstract superclass that supports creation of common
  3.    mathematical coordinate systems.
  4.  
  5.    DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
  6.    Reserved. For further information on terms and conditions see
  7.         the MiscKit license.
  8.  
  9. HISTORY
  10. 21-Mar-93  Dale Amon at GPL
  11.        Created.
  12. */
  13.  
  14. #import <appkit/appkit.h>
  15. #import <misckit/miscgiskit.h>
  16.  
  17. @interface MiscMathCoord:MiscCoord
  18. {
  19. }
  20.  
  21. -initDescription: (char *) txt constants: anObject;
  22.  
  23. /* blocked methods */
  24. -initDescription: (char *) txt
  25.        converter: (id <MiscCoordConverterServer>) aConverter
  26.        constants: anObject;
  27.  
  28. @end
  29.